Analog Clock (static)
(1/10/2005) DHTML clock scripts sure have come a long way since the straightforward numeric display. Meet this clock app, which shows neatly in the browser's corner the time in standard format. |
|
DHTML analog clock III
(1/10/2005) As if analog clock scripts are not rare enough, this one follows your mouse around. Judge- and use- as you will! |
|
DHTML analog clock II
(1/10/2005) This script harnesses the power of VML in IE 5 to create a live analog clock. VML, or Vector Graphics, is considered a subset of the DHTML technology, and allows developers to render and animate simple shapes and objects using code. In the below case, it probably also has the effect of rendering people speechless. Impressive script indeed. |
|
Dynamic Countdown Script II
(1/10/2005) Version 2 of the Dynamic countdown script is accurate to the second. This allows you to count down to a particular event that's time sensitive (and not just day). |
|
Dynamic Countdown Script
(1/10/2005) This is a live, dynamic countdown script that can be set to count down until any given date. Every aspect of the script is configurable- dimensions, background color, text font etc. Practical and dynamic! |
|
Dynamic Countup Script
(1/10/2005) Display how much time has passed since an expired date with this rare script. We use it below to show how long Dynamic Drive has been online. |
|
LCD Clock
(1/10/2005) This digital clock script attempts to mimic that cool "glow in the dark" look of a LCD watch when it comes to its interface. Displays the time in standard 12-hour format, with a "AM" and "PM" indicator. Note that in non IE4+/NS6+ browsers, a regular form clock is displayed instead. |
|
Live Clock
(1/10/2005) An extremely versatile cross browser live clock script. Every aspect of it is configurable, from specifying whether to just display the time, the time plus date, to the clock's font size/color, and more. The ultimate live clock script this is! |
|
Title date Script
(1/10/2005) This is a simple yet useful DHTML script that displays the current date as the title of the document. It utilizes the exclusive document.title property of IE 4/NS6 to accomplish this, therefore, is only visible to IE 4/NS6 browsers. Randall Smith wrote the script, while we took it and enhanced it for cross browser friendliness. |
|
Live Date Script
(1/10/2005) A live date script that displays the date plus time, updated every second. NS 4.x and NS 3.x will simply see a "static" date. |
|
Refresh page Script
(1/10/2005) Certain situations call for the refreshing of the webpage every few seconds/ minutes (such as a webcam page). Use Brett's script to carry out this task in a graceful, "visual" manner. |
|
Title Time Script
(1/10/2005) This script displays the live time in the title of your surfer's browser! It does not erase the default title of the document, but rather, simply appends the time to it. Like the Title date script, the script manipulates the IE 4+ and NS6+ exclusive document.title property, so it's only visible to IE 4+/NS6+ browsers. |
|
Upper Left Corner Live Clock Script
(1/10/2005) A live text clock that displays itself in the upper left corner of the screen. All browsers other than IE 4.x and NS 4.x will simply see nothing. |
|